/* General specifications */

body {
    text-wrap: wrap;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
    color: white;
    padding: 10px;
    text-align: center;
}
h2 {
    color: #03ae9e;
}
h3 {
    text-align: left;
}

td {
  padding: 10px;
}

p {
    text-align: justify;
}


/* Header and navigation bar */

.band {
  width: 100%;
}

.top {
  background: #03ae9e;
  width: 100%;
}

.center {
  display:block;
  margin: auto;
}
.myNav {
  display:block;
  height: 50px;
  line-height: 50px;
}
.myNav ul {
  list-style: none;
  padding: 0;
  
}
.myNav button {
  float: right;
  text-align: center;
  font-size: 17px;
}


/* Index file */

.column {
  float: left;
  width: 48%;
  padding: 10px;
}
#topics {
  display: inline;
  width: 100%;
}
.textTopics {
    vertical-align: text-top;
    width: 50%;
    padding: 30px;
}

/* Teams file */

.tabTeam {
  width: 100%;
}
.imgTeam {
  width: 200px;
  text-align: center;
  padding-left: 30px;
}
.textTeam {
  text-align: left;
}


/* Contacts file */

.logo {
  width: 200px;
  display: block;
}

#contacts {
  display: ruby;
  width: 100%;
}

.subContact {
    vertical-align: middle;
    text-align:left;
    padding: 20px;
}
